disk: part_dos: print partition UUID in partition list
authorStephen Warren <[email protected]>
Mon, 8 Oct 2012 08:14:40 +0000 (08:14 +0000)
committerTom Rini <[email protected]>
Wed, 17 Oct 2012 14:59:11 +0000 (07:59 -0700)
commite2e9b37898c4d9f7330ce256d95a37da5064e0cf
tree447fc7b40fc843d920ea42e5336f638ab7c27d3b
parent304b57113041bdbef00ef79b963a569abbc787f9
disk: part_dos: print partition UUID in partition list

This information may be useful to compare against command "part uuid",
or if you want to manually paste the information into the kernel
command-line.

Signed-off-by: Stephen Warren <[email protected]>
[trini: print_one_part / print_part_dos output strings didn't quite
match before the changes]
Signed-off-by: Tom Rini <[email protected]>
disk/part_dos.c